Sorry, no installer script! Just copy what's in the bin directory to you amitcp:bin/ or to any other directory in your path. If you wan't to put this somewhere else (not in the path), see GrabURL.guide to configure the paths. You may rename GrabURL.rexx to GrabURL and add the "s" protection bit to make it an "executable". GrabHTTP, ParseHTML and UrlManager are all pure and can be made resident. However if you did not use "-a" with LHA, the protection-bit "p" may not be set. You should set it yourself if you plan to make them resident. Please see GrabURL.guide about how to configure it. The configuration is in the rexx-script itself. Example of what's above: cd copy bin/#? amitcp:bin/ clone copy doc/#? amitcp:doc/ clone rename amitcp:bin/GrabURL.rexx amitcp:bin/GrabURL protect amitcp:bin/GrabURL +s protect amitcp:bin/(GrabHTTP|UrlManager|ParseHTML) +p Then you have to read GrabURL.guide and edit amitcp:bin/GrabURL with your favorite ASCII editor (ie GoldEd, CignusED, etc..). If you don't modify GrabURL.rexx, then you should have a directory named "Work:Urls".